imperative programming - определение. Что такое imperative programming
Diclib.com
Словарь онлайн

Что (кто) такое imperative programming - определение


Imperative programming         
  • Computer memory map
TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
In computer science, imperative programming is a programming paradigm of software that uses statements that change a program's state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform.
imperative programming         
  • Computer memory map
TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
imperative language         
  • Computer memory map
TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
<language> Any programming language that specifies explicit manipulation of the state of the computer system, not to be confused with a procedural language, which specifies an explicit sequence of steps to perform. An example of an imperative (but non-procedural) language is a data manipulation language for a {relational database management system}. This specifies changes to the database but does not necessarily require anyone to specify a sequence of steps. Both contrast with declarative languages, which specify neither explicit state manipulation nor a sequence of steps. (2007-10-02)